Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugins: avoid circular dependencies #332

Merged
merged 2 commits into from
Nov 26, 2023

Conversation

kenyon
Copy link
Member

@kenyon kenyon commented Oct 13, 2023

include the letsencrypt class instead of require it.

Fixes #331.

@kenyon
Copy link
Member Author

kenyon commented Nov 1, 2023

It looks like there is an ordering problem that needs to be fixed.

@kenyon
Copy link
Member Author

kenyon commented Nov 6, 2023

@bastelfreak this isn't ready due to the test failures, but I don't use this module on EL, so someone else might want to figure out what needs to be done before I get around to it.

`include` the letsencrypt class instead of `require` it.

Fixes voxpupuli#331.
@bastelfreak bastelfreak added the bug Something isn't working label Nov 26, 2023
@kenyon kenyon merged commit c9a18e8 into voxpupuli:master Nov 26, 2023
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Circular dependency caused by nginx plugin
2 participants